home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 108 / modula / read.me < prev    next >
Encoding:
Text File  |  1987-02-20  |  956 b   |  39 lines

  1. CLIP.PRG
  2. CLIPBOAR.DEF
  3. CLIPBOAR.DOC
  4. CLIPBOAR.MOD
  5. TESTCLIP.MOD
  6. TESTCLIP.PRG
  7.  
  8.     Keywords: CLIPBOARD MODULA
  9.     
  10.     This is an example using Modula to do the clipboard library.  It includes
  11.     a simple demo program to show how to use the calls.
  12.     
  13.  
  14. CONVERTT.DOC
  15. CONVERTT.MOD
  16. CONVERTT.PRG
  17.  
  18.     Keywords: MODULA 2 MODULA2 ASSEMBLY CONVERSION ASSEMBLER
  19.     
  20.     Here's a utility I whipped together to convert object files to Modula-2
  21.     code statements.  Be sure you have a .O file to convert. 
  22.  
  23.  
  24. MAKEFORE.DEF
  25. MAKEFORE.MOD
  26. MAKELIBR.DEF
  27. MAKELIBR.MOD
  28. MAKEMAKE.DOC
  29. MAKEMAKE.MOD
  30. MAKEMAKE.TTP
  31. MAKEPARS.DEF
  32. MAKEPARS.MOD
  33. MAKETOKE.MOD
  34.  
  35.     This program analyzes Modula-2 sources to determine what recompilation and
  36.     relinking is necessary and generates a command file "make@.bat" that 
  37.     recompiles the definition and implementation parts of the specified 
  38.     modules as needed.  Read the DOC file for more information.
  39.